home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
t3_1
/
apollot.lha
/
apollot_sr10
/
bsdenvset.csh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1990-07-03
|
787b
|
25 lines
#! /bin/csh -f
#
# This script creates top-level links to the T system and source code
# directories. The source code links agree with the conventions observed
# by WHERE-DEFINED and by scripts for rebuilding T from sources.
# Site installers should replace "local_sources" and "local_tsystem" below
# with their local absolute pathnames for these directories.
# ln -s ~/local_sources ~/t3
ln -s ~/t3.1/sources ~/t3
# ln -s ~/local_tsystem ~/tsystem
# already done.
ln -s ~/t3/link ~/link
ln -s ~/t3/comp/assembler ~/assembler
ln -s ~/t3/comp/back_end ~/back_end
ln -s ~/t3/comp/top ~/top
ln -s ~/top ~/orbit_top
ln -s ~/t3/comp/front_end ~/front_end
ln -s ~/t3/comp/primops ~/t3_primops
ln -s ~/t3/comp/build ~/build
ln -s ~/t3/sys ~/osys
ln -s ~/t3/scheme ~/tscheme